From: Tiejun Chen Date: Fri, 30 Jan 2015 07:32:26 +0000 (+0800) Subject: tools/xenctrl: correct some function declarations X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3807 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=dc9e2d7c1ea4fae09b496978e9ab01d2531cd7ee;p=xen.git tools/xenctrl: correct some function declarations When commit 6865e52b78f4, "PCI multi-seg: adjust domctl interface", is introduced, we missed to sync that head file. Signed-off-by: Tiejun Chen Acked-by: Wei Liu --- diff --git a/tools/libxc/include/xenctrl.h b/tools/libxc/include/xenctrl.h index 0ad8b8d678..790db53921 100644 --- a/tools/libxc/include/xenctrl.h +++ b/tools/libxc/include/xenctrl.h @@ -2036,22 +2036,22 @@ int xc_hvm_destroy_ioreq_server(xc_interface *xch, /* HVM guest pass-through */ int xc_assign_device(xc_interface *xch, uint32_t domid, - uint32_t machine_bdf); + uint32_t machine_sbdf); int xc_get_device_group(xc_interface *xch, uint32_t domid, - uint32_t machine_bdf, + uint32_t machine_sbdf, uint32_t max_sdevs, uint32_t *num_sdevs, uint32_t *sdev_array); int xc_test_assign_device(xc_interface *xch, uint32_t domid, - uint32_t machine_bdf); + uint32_t machine_sbdf); int xc_deassign_device(xc_interface *xch, uint32_t domid, - uint32_t machine_bdf); + uint32_t machine_sbdf); int xc_domain_memory_mapping(xc_interface *xch, uint32_t domid,